Method WhereHasAncestor<TTarget>(Expression<Func<TTarget, bool>>, int?)
Filter by ancestors with polymorphic query support
public override IRedbQueryable<TProps> WhereHasAncestor<TTarget>(Expression<Func<TTarget, bool>> ancestorCondition, int? maxDepth = null) where TTarget : class